home *** CD-ROM | disk | FTP | other *** search
/ Free Software Collection: Marty 1 / FM Towns Marty 1 Free Software Collection.iso / tool / book / src / move.h < prev    next >
C/C++ Source or Header  |  1993-11-11  |  107b  |  7 lines

  1. /*
  2.  *  MOVE.ASM  --  vram part clear
  3. */
  4.  
  5. extern  void    vram_part_clear( int offset, int lines ) ;
  6.  
  7.